home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / text.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-16  |  345 b   |  11 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. typedef struct
  3. {
  4.     short vRef;
  5.     Str31 fileName;
  6. } TextDesc, *TextDPtr, **TextDHandle;
  7. short OpenText(short vRef,UPtr name,MyWindowPtr win,Boolean showIt,UPtr alias);
  8. Boolean TextScroll(MyWindowPtr win,int h,int v);
  9. void TextDidResize(MyWindowPtr win,Rect *oldContR);
  10.  
  11.